home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / autovis / install.dat < prev    next >
Encoding:
INSTALL Professional project  |  1995-02-08  |  26.5 KB  |  533 lines

  1. /* $Id: r13accd.dat,v 1.11 1994/11/21 16:14:59 willis Exp $ */
  2. /* This is the installation script for the AutoVision 2.0 DOS only */
  3. /* AutoCAD R13 CD-ROM.                                             */
  4.  
  5. @DefineProject
  6.     @Language = @ES @Endlang
  7.     @NAME           = "AutoCAD"    /* Must match disk.id file */ 
  8.     @VERSION        = "R13"        /* Must match disk.id file */ 
  9.     @ABANNER        = "  Instalación de AutoVision 2.0  "
  10.     @BATCHFILE      = "ACADAVIS.BAT"
  11.     @SUBDIR         = "\\A"
  12.     @OUTDRIVE       = C
  13.     @GROUP          = "Z"
  14.     @Requires       @HardDisk
  15. @EndProject
  16.  
  17. @DefineVars
  18.     @Dir            @Subdir2        = ""    /* directory type */
  19.     @Drive          @CDROM          = C
  20.  
  21.     @Integer        @ALLFILES       = 18000000
  22.     @Integer        @MINFILES       = 6500000
  23. @EndVars
  24.  
  25. @WELCOME
  26.     @CLS
  27.     @if (@RAMAvail < 405k)
  28. @DATXMSG(1,"This Installation Program requires 425k of free memory
  29.     to complete the installation.  There is only @RAMAvail
  30.     bytes free. Please free up memory and start the installation
  31.     again.")
  32.  
  33.     @Abort
  34.     @Endif
  35.  
  36.     @If (@CPU < 386)
  37. @DATXMSG(59,"AutoVision requires an 80386 or higher CPU.  
  38.     Your computer is running on a 80@CPU CPU.")
  39.            
  40.  
  41.     @Pause
  42.     @CLS
  43.      @Endif
  44.  
  45.     @If (@NDP == 0)
  46. @DATXMSG(60,"AutoVision requires a math co-processor to run.")
  47.            
  48.  
  49.     @Pause
  50.     @CLS
  51.      @Endif
  52.  
  53.      @If ((@OSMajor * 100 + @OSMinor) < 500)
  54. @DATXMSG(61,"AutoVision requires DOS version 5.00 or higher.")
  55.  
  56.     @Pause
  57.      @Endif
  58.  
  59.     @CLS
  60.  
  61. @DATXMSG(63,"This program installs AutoVision R2.0 on your computer 
  62.     system and checks the distribution disks for errors.  
  63.     You can specify the drive and directory where you want to
  64.     install  AutoVision.  The program creates the directory for you.  
  65.     You can choose to copy only selected parts of the software.
  66.  
  67.     Each screen of this program offers a choice and a default response.
  68.     Press the RETURN key to accept the default.  Otherwise type or 
  69.     select another response and then press the RETURN key.
  70.     If you make a mistake while typing, press the BACKSPACE key
  71.     and retype the entry.
  72.     
  73.     You can press the ESC key at any time to cancel installation     
  74.     and return to the operating system.")
  75.  
  76.   @PAUSE
  77. @EndWelcome
  78.  
  79. SELECTACAD: 
  80. @Getgroups
  81. @ClearGroup(Z)
  82. @ClearGroup(A)
  83.     @CheckBox @Localwindow(6,40) @CLS
  84. @DATXMSG(64,"Here you select the parts of AutoVision you want to install.")
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. @DATXMSG(65,"The Minimum Installation files are the only ones required to run
  95.     AutoVision.  Use the up and down cursor keys to scroll through the 
  96.     list.  Use the SPACE_BAR key to toggle the YES/NO state of the 
  97.     current selection.  Press the RETURN key to accept the selection(s).
  98.  
  99.     Press the ESC key to abort.")
  100.  
  101. @SET Z = "@DATXMSG(8,"Install all files                 (@ALLFILES bytes)")"
  102. @SET A = "@DATXMSG(9,"Minimum Installation              (@MINFILES bytes)")"
  103. @EndGroups
  104.  
  105. @Display
  106.   @Cls
  107.   @If ('Z' [= @Group || 'A' [= @Group)
  108.  
  109. @DATXMSG(20,"SELECTED FOR INSTALLATION:")
  110.  
  111. @If ('Z' [= @Group) @DATXMSG(8,"Install all files.") @Else
  112. @If ('A' [= @Group) @DATXMSG(9,"Minimum Installation") @EndIf
  113. @Endif
  114.     @Pause
  115.   @ELSE
  116. @DATXMSG(21,"No files were selected for installation.")
  117.     @Pause
  118.     @GOTO SELECTACAD
  119.   @Endif
  120. @EndDisplay
  121.  
  122. SelectDrv:
  123. @GetOutDrive
  124.     @Suppress A      /* don't display A: */
  125.     @Suppress B      /* or B:            */
  126.     @CLS
  127. @DATXMSG(22,"On which disk drive do you want to install the selected files?")
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. @DATXMSG(23,"Use the up and down cursor keys to scroll through the
  145.     list of disk drives.  Press the RETURN key when you have 
  146.     selected a drive.")
  147.  
  148. @EndOutDrive
  149.  
  150. /* Check if Selected drive writeable? */
  151. @If (@WriteDisk @OutDrive == 1)
  152. @GetOption
  153.  
  154. @DATXMSG(24,"The Selected output disk drive is read only.
  155.     Do you want to select another drive?")
  156.  
  157.     @LocalWindow(12,40)
  158.     @Option 1 = "@DATXMSG(25,"Select another drive")"
  159.     @Option 2 = "@DATXMSG(26,"Abort Installation")"
  160. @EndOption
  161.  
  162.   @If(1 [= @Option)
  163.     @ClearOption(1)
  164.     @GoTo SelectDRV
  165.   @Else
  166.     @Abort
  167.   @Endif
  168. @Endif
  169.  
  170.     
  171. @If (('Z' [= @Group && @DiskFree  @OutDrive < @ALLFILES) ||
  172.      ('A' [= @Group && @DiskFree  @OutDrive < @MINFILES)) 
  173.     @GetOption
  174.  
  175. @DATXMSG(47,"The selected output disk drive only has @DiskFree @OutDrive bytes free,
  176.     which is not enough space for the installation selected.")
  177.  
  178. @DATXMSG(48,"Do you want to install on this drive anyway or select another drive?")
  179.     @LocalWindow(12,40)
  180.         @Option  10 = "@DATXMSG(43,"Continue")"
  181.         @Option  11 = "@DATXMSG(44,"Select another drive")"
  182.     @EndOption
  183. @EndIf
  184.  
  185. @If(11 [= @Option)
  186.     @ClearOption(11)
  187.     @GoTO SelectDRV
  188. @Endif
  189.  
  190. /* Get installation directory */
  191. Selectsubdir:
  192. @GetSubdir
  193.     @Default = "@SUBDIR"
  194.     @CLS
  195.  
  196. @DATXMSG(27,"Here you specify the name of the directory where the selected files
  197.     will be installed.  By default, the name of this directory is:
  198.            @SUBDIR.  
  199.     The program locates it below the root directory of the disk
  200.     drive you selected.  If you have no preference, choose the
  201.     default by pressing the RETURN key.
  202.  
  203.     To change the directory name, backspace over the directory name
  204.     and type a new name.  Press the RETURN key when you have finished 
  205.     typing the name.")
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.     @PROMPT = "@DATXMSG(28," Which subdirectory ? ")"
  213. @EndSubdir
  214.  
  215. /* Check if installation dirextory already exists */
  216. @IF (@Exists "@OutDrive:@SubDir")
  217.   @GetOption
  218. @DATXMSG(29,"Apparently there is already a directory called:")
  219.  
  220.         @OutDrive:@SubDir
  221.  
  222. @DATXMSG(35,"Do you want to continue installing over the files in this
  223.     directory?")
  224.  
  225.     @LocalWindow(12,40)
  226.     @Option 3 = "@DATXMSG(30,"Yes")"
  227.     @Option 4 = "@DATXMSG(31,"No")"
  228.  
  229.   @EndOption
  230. @Endif
  231.  
  232. @If(4 [= @Option)
  233.   @Display
  234. @DATXMSG(32,"Select another directory.")
  235.     @ClearOption(4)
  236.     @Pause
  237.     @GoTo Selectsubdir
  238.   @Endisplay
  239. @Endif
  240.  
  241.  
  242.  
  243. @DefineDisk    
  244.         @LABEL = "CDROM"
  245.         @File autovis\avpacked\readmed.avs        @Packed @Out AVDOS\readme.avs
  246.         @File autovis\avpacked\readmew.avs        @Packed @Out AVWIN\readme.avs
  247.         @File autovis\avpacked\getstard.txt       @Packed @Out AVDOS\getstart.txt
  248.         @File autovis\avpacked\getstarw.txt       @Packed @Out AVWIN\getstart.txt
  249.         @File autovis\avpacked\lsobj.arx          @Packed @Out AVDOS\*.*
  250.         @File autovis\avpacked\lsobj.arx          @Packed @Out AVWIN\*.*
  251.         @File autovis\avpacked\animd.lsp          @Packed @Out AVDOS\anim.lsp
  252.         @File autovis\avpacked\animw.lsp          @Packed @Out AVWIN\anim.lsp
  253.         @File autovis\avpacked\apianimd.lsp       @Packed @Out AVDOS\api_anim.lsp
  254.         @File autovis\avpacked\apianimw.lsp       @Packed @Out AVWIN\api_anim.lsp
  255.         @File autovis\avpacked\dlganimd.lsp       @Packed @Out AVDOS\dlg_anim.lsp
  256.         @File autovis\avpacked\dlganimw.lsp       @Packed @Out AVWIN\dlg_anim.lsp
  257.         @File autovis\avpacked\walkd.lsp          @Packed @Out AVDOS\walk.lsp
  258.         @File autovis\avpacked\walkw.lsp          @Packed @Out AVWIN\walk.lsp
  259.         @File autovis\avpacked\animdcld.dcl       @Packed @Out AVDOS\animdcl.dcl
  260.         @File autovis\avpacked\animdclw.dcl       @Packed @Out AVWIN\animdcl.dcl
  261.         @File autovis\avpacked\acad.rx            @Packed @Out AVIS_SUP\*.*
  262.         @File autovis\avpacked\autovis.ahp        @Packed @Out AVDOS\*.*
  263.         @File autovis\avpacked\autovisd.dcl       @Packed @Out AVDOS\autovis.dcl
  264.         @File autovis\avpacked\autovisw.dcl       @Packed @Out AVWIN\autovis.dcl
  265.         @File autovis\avpacked\rendcomd.dcl       @Packed @Out AVDOS\rendcomm.dcl
  266.         @File autovis\avpacked\rendcomw.dcl       @Packed @Out AVWIN\rendcomm.dcl
  267.         @File autovis\avpacked\africa.map         @Packed @Out AVIS_SUP\*.*
  268.         @File autovis\avpacked\asia.map           @Packed @Out AVIS_SUP\*.*
  269.         @File autovis\avpacked\aust.map           @Packed @Out AVIS_SUP\*.*
  270.         @File autovis\avpacked\canada.map         @Packed @Out AVIS_SUP\*.*
  271.         @File autovis\avpacked\europe.map         @Packed @Out AVIS_SUP\*.*
  272.         @File autovis\avpacked\india.map          @Packed @Out AVIS_SUP\*.*
  273.         @File autovis\avpacked\namer.map          @Packed @Out AVIS_SUP\*.*
  274.         @File autovis\avpacked\samer.map          @Packed @Out AVIS_SUP\*.*
  275.         @File autovis\avpacked\sitenamd.txt       @Packed @Out AVDOS\sitename.txt
  276.         @File autovis\avpacked\sitenamw.txt       @Packed @Out AVWIN\sitename.txt
  277.         /* minimal texture maps and libraries */
  278.         @File autovis\avpacked\mini.mli           @Group A @Packed @Out AVIS_SUP\autovis.mli
  279.         @File autovis\avpacked\mini.lli           @Group A @Packed @Out AVIS_SUP\autovis.lli
  280.         @File autovis\avpacked\checkers.tga       @Packed @Out MAPS\*.*
  281.         @File autovis\avpacked\8plnt15l.tga       @Packed @Out MAPS\*.*
  282.         @File autovis\avpacked\8plnt15o.tga       @Packed @Out MAPS\*.*
  283.  
  284.         @File autovis\avpacked\autovisd.arx       @Packed @Out AVDOS\autovis.arx
  285.         @File autovis\avpacked\autovisw.arx       @Packed @Out AVWIN\autovis.arx
  286.         @File autovis\avpacked\autovisd.xmx       @Packed @Out AVDOS\autovis.xmx
  287.         @File autovis\avpacked\autovisw.xmx       @Packed @Out AVWIN\autovis.xmx
  288.         @File autovis\avpacked\acad.mnu           @Packed @Out AVDOS\*.*
  289.  
  290.         @File autovis\avpacked\autovis.mnu        @Packed @Out AVWIN\*.*
  291.         @File autovis\avpacked\anim.bmp           @Packed @Out AVWIN\*.*
  292.         @File autovis\avpacked\anim32.bmp         @Packed @Out AVWIN\*.*
  293.         @File autovis\avpacked\bkgrnd.bmp         @Packed @Out AVWIN\*.*
  294.         @File autovis\avpacked\bkgrnd32.bmp       @Packed @Out AVWIN\*.*
  295.         @File autovis\avpacked\editland.bmp       @Packed @Out AVWIN\*.*
  296.         @File autovis\avpacked\edlnd32.bmp        @Packed @Out AVWIN\*.*
  297.         @File autovis\avpacked\fog.bmp            @Packed @Out AVWIN\*.*
  298.         @File autovis\avpacked\fog32.bmp          @Packed @Out AVWIN\*.*
  299.         @File autovis\avpacked\landlib.bmp        @Packed @Out AVWIN\*.*
  300.         @File autovis\avpacked\lndlib32.bmp       @Packed @Out AVWIN\*.*
  301.         @File autovis\avpacked\newland.bmp        @Packed @Out AVWIN\*.*
  302.         @File autovis\avpacked\newlnd32.bmp       @Packed @Out AVWIN\*.*
  303.         @File autovis\avpacked\setuv.bmp          @Packed @Out AVWIN\*.*
  304.         @File autovis\avpacked\setuv32.bmp        @Packed @Out AVWIN\*.*
  305.         @File autovis\avpacked\autovis.hlp        @Packed @Out AVWIN\*.*
  306.  
  307.         @File autovis\avis_sup\autovis.mli        @Group Z @Out AVIS_SUP\*.*
  308.         @File autovis\avis_sup\autovis.lli        @Group Z @Out AVIS_SUP\*.*
  309. /*        @File autovis\avis_sup\direct.dwg         @Group Z @Out AVIS_SUP\*.* */
  310. /*        @File autovis\avis_sup\overhead.dwg       @Group Z @Out AVIS_SUP\*.* */
  311. /*        @File autovis\avis_sup\rm_sdb.dwg         @Group Z @Out AVIS_SUP\*.* */
  312. /*        @File autovis\avis_sup\sh_spot.dwg        @Group Z @Out AVIS_SUP\*.* */
  313.         @File autovis\tutorial\avtut_1.dwg        @Out TUTORIAL\*.*
  314.         @File autovis\tutorial\avtut_2.dwg        @Out TUTORIAL\*.*
  315.         @File autovis\tutorial\avtut_3.dwg        @Group Z @Out TUTORIAL\*.*
  316.         @File autovis\tutorial\avtut_4.dwg        @Group Z @Out TUTORIAL\*.*
  317.         @File autovis\tutorial\avtut_5.dwg        @Group Z @Out TUTORIAL\*.*
  318.         @File autovis\tutorial\avtut_6.dwg        @Group Z @Out TUTORIAL\*.*
  319.         @File autovis\tutorial\revolve.dwg        @Group Z @Out TUTORIAL\*.*
  320.         @File autovis\tutorial\sunstudy.dwg        @Group Z @Out TUTORIAL\*.*
  321.         @File autovis\tutorial\winmask.tga        @Group Z @Out TUTORIAL\*.*
  322.         /* DOS animation player */
  323.         @File autovis\anim\aniplay.exe            @Group Z @Out ANIM\*.*
  324.         @File autovis\anim\resource\aa.mu         @Group Z @Out ANIM\RESOURCE\*.*
  325.         @File autovis\anim\resource\aadisp.drv    @Group Z @Out ANIM\RESOURCE\*.*
  326.         @File autovis\anim\resource\supervga.drv  @Group Z @Out ANIM\RESOURCE\*.*
  327.         @File autovis\anim\resource\vesa.drv      @Group Z @Out ANIM\RESOURCE\*.*
  328.         @File autovis\anim\resource\aahrmenu.fnt  @Group Z @Out ANIM\RESOURCE\*.*
  329.         @File autovis\anim\resource\aamenu.fnt    @Group Z @Out ANIM\RESOURCE\*.*
  330.         @File autovis\anim\resource\anim.pdr      @Group Z @Out ANIM\RESOURCE\*.*
  331.         @File autovis\anim\resource\flilores.pdr  @Group Z @Out ANIM\RESOURCE\*.*
  332.         @File autovis\anim\resource\targa.pdr     @Group Z @Out ANIM\RESOURCE\*.*
  333.         @File autovis\anim\resource\tiff.pdr      @Group Z @Out ANIM\RESOURCE\*.*
  334.         @File autovis\anim\resource\gif.pdr       @Group Z @Out ANIM\RESOURCE\*.*
  335.         /* Windows animation player*/
  336.         @File autovis\anim\aaplay.dll             @Group Z @Out ANIM\*.*
  337.         @File autovis\anim\aavga.dll              @Group Z @Out ANIM\*.*
  338.         @File autovis\anim\aawin.exe              @Group Z @Out ANIM\*.*
  339.         @File autovis\anim\aawin.hlp              @Group Z @Out ANIM\*.* 
  340.         /* Dave's targa animator */
  341.         @File autovis\anim\flcreate.exe           @Group Z @Out ANIM\*.*
  342.         @File autovis\anim\rtm.exe                @Group Z @Out ANIM\*.*
  343.         @File autovis\anim\dpmi16bi.ovl           @Group Z @Out ANIM\*.*
  344.         /* Landscape maps */
  345.         @File autovis\maps\8bush02l.tga           @Group Z @Out MAPS\*.*
  346.         @File autovis\maps\8bush02o.tga           @Group Z @Out MAPS\*.*
  347.         @File autovis\maps\8peop08l.tga           @Group Z @Out MAPS\*.*
  348.         @File autovis\maps\8peop08o.tga           @Group Z @Out MAPS\*.*
  349.         @File autovis\maps\8peop17l.tga           @Group Z @Out MAPS\*.*
  350.         @File autovis\maps\8peop17o.tga           @Group Z @Out MAPS\*.*
  351.         @File autovis\maps\8plnt01l.tga           @Group Z @Out MAPS\*.*
  352.         @File autovis\maps\8plnt01o.tga           @Group Z @Out MAPS\*.*
  353.         @File autovis\maps\8tree14l.tga           @Group Z @Out MAPS\*.*
  354.         @File autovis\maps\8tree14o.tga           @Group Z @Out MAPS\*.*
  355.         @File autovis\maps\8tree32l.tga           @Group Z @Out MAPS\*.*
  356.         @File autovis\maps\8tree32o.tga           @Group Z @Out MAPS\*.*
  357.         @File autovis\maps\8tree39l.tga           @Group Z @Out MAPS\*.*
  358.         @File autovis\maps\8tree39o.tga           @Group Z @Out MAPS\*.*
  359.         @File autovis\maps\8tree44l.tga           @Group Z @Out MAPS\*.*
  360.         @File autovis\maps\8tree44o.tga           @Group Z @Out MAPS\*.*
  361.         @File autovis\maps\maple.tga              @Group Z @Out MAPS\*.*
  362.         @File autovis\maps\maple_op.tga           @Group Z @Out MAPS\*.*
  363.         @File autovis\maps\sign_02l.gif           @Group Z @Out MAPS\*.*
  364.         @File autovis\maps\sign_02o.gif           @Group Z @Out MAPS\*.*
  365.         /* Start images */
  366.         @File autovis\maps\avframe.tga            @Group Z @Out MAPS\*.*
  367.         @File autovis\maps\marbpale.tga           @Group Z @Out MAPS\*.*
  368.         @File autovis\maps\marbteal.tga           @Group Z @Out MAPS\*.*
  369.         @File autovis\maps\oak_bed2.tga           @Group Z @Out MAPS\*.* 
  370.         @File autovis\maps\sky.tga                @Group Z @Out MAPS\*.* 
  371.         @File autovis\maps\checkop.tga            @Group Z @Out MAPS\*.* 
  372.         @File autovis\maps\tribump.tga            @Group Z @Out MAPS\*.* 
  373.         @File autovis\maps\tripat.tga             @Group Z @Out MAPS\*.* 
  374.         @File autovis\maps\oak_bed1.tga           @Group Z @Out MAPS\*.*
  375.         @File autovis\maps\3d.tga                 @Group Z @Out MAPS\*.*
  376.         @File autovis\maps\3ds.tga                @Group Z @Out MAPS\*.*
  377.         @File autovis\maps\adesk2.tga             @Group Z @Out MAPS\*.*
  378.         @File autovis\maps\ape.tga                @Group Z @Out MAPS\*.*
  379.         @File autovis\maps\aqurfrnt.tga           @Group Z @Out MAPS\*.*
  380.         @File autovis\maps\aqurside.tga           @Group Z @Out MAPS\*.*
  381.         @File autovis\maps\ashsen.tga             @Group Z @Out MAPS\*.*
  382.         @File autovis\maps\asign.tga              @Group Z @Out MAPS\*.*
  383.         @File autovis\maps\bbody.tga              @Group Z @Out MAPS\*.*
  384.         @File autovis\maps\bbody2.tga             @Group Z @Out MAPS\*.*
  385.         @File autovis\maps\benediti.tga           @Group Z @Out MAPS\*.*
  386.         @File autovis\maps\biglake.tga            @Group Z @Out MAPS\*.*
  387.         @File autovis\maps\blplanet.tga           @Group Z @Out MAPS\*.*
  388.         @File autovis\maps\bluchina.tga           @Group Z @Out MAPS\*.*
  389.         @File autovis\maps\bmps.tga               @Group Z @Out MAPS\*.*
  390.         @File autovis\maps\brnbricb.tga           @Group Z @Out MAPS\*.*
  391.         @File autovis\maps\brnbrick.tga           @Group Z @Out MAPS\*.*
  392.         @File autovis\maps\brnmarop.tga           @Group Z @Out MAPS\*.*
  393.         @File autovis\maps\brwmmarb.tga           @Group Z @Out MAPS\*.*
  394.         @File autovis\maps\bubinga.tga            @Group Z @Out MAPS\*.*
  395.         @File autovis\maps\buttons.tga            @Group Z @Out MAPS\*.*
  396.         @File autovis\maps\camoflab.tga           @Group Z @Out MAPS\*.*
  397.         @File autovis\maps\camoflag.tga           @Group Z @Out MAPS\*.*
  398.         @File autovis\maps\canada.tga             @Group Z @Out MAPS\*.*
  399.         @File autovis\maps\cement.tga             @Group Z @Out MAPS\*.*
  400.         @File autovis\maps\checker.tga            @Group Z @Out MAPS\*.*
  401.         @File autovis\maps\clock.tga              @Group Z @Out MAPS\*.*
  402.         @File autovis\maps\cloud.tga              @Group Z @Out MAPS\*.*
  403.         @File autovis\maps\conctile.tga           @Group Z @Out MAPS\*.*
  404.         @File autovis\maps\cruiser.tga            @Group Z @Out MAPS\*.*
  405.         @File autovis\maps\dash.tga               @Group Z @Out MAPS\*.*
  406.         @File autovis\maps\dimple.tga             @Group Z @Out MAPS\*.*
  407.         @File autovis\maps\earthmap.tga           @Group Z @Out MAPS\*.*
  408.         @File autovis\maps\eye_iris.tga           @Group Z @Out MAPS\*.*
  409.         @File autovis\maps\fence.tga              @Group Z @Out MAPS\*.*
  410.         @File autovis\maps\gold.tga               @Group Z @Out MAPS\*.*
  411.         @File autovis\maps\granite.tga            @Group Z @Out MAPS\*.*
  412.         @File autovis\maps\gravel1.tga            @Group Z @Out MAPS\*.*
  413.         @File autovis\maps\graymarb.tga           @Group Z @Out MAPS\*.*
  414.         @File autovis\maps\grid.tga               @Group Z @Out MAPS\*.*
  415.         @File autovis\maps\grybrick.tga           @Group Z @Out MAPS\*.*
  416.         @File autovis\maps\house2_l.tga           @Group Z @Out MAPS\*.*
  417.         @File autovis\maps\idkwood.tga            @Group Z @Out MAPS\*.*
  418.         @File autovis\maps\iltwood1.tga           @Group Z @Out MAPS\*.*
  419.         @File autovis\maps\imarble1.tga           @Group Z @Out MAPS\*.*
  420.         @File autovis\maps\imetal.tga             @Group Z @Out MAPS\*.*
  421.         @File autovis\maps\imetalb.tga            @Group Z @Out MAPS\*.*
  422.         @File autovis\maps\inlay3.tga             @Group Z @Out MAPS\*.*
  423.         @File autovis\maps\inlay4.tga             @Group Z @Out MAPS\*.*
  424.         @File autovis\maps\ipavers.tga            @Group Z @Out MAPS\*.*
  425.         @File autovis\maps\ishingl2.tga           @Group Z @Out MAPS\*.*
  426.         @File autovis\maps\istone2.tga            @Group Z @Out MAPS\*.*
  427.         @File autovis\maps\ivines1.tga            @Group Z @Out MAPS\*.*
  428.         @File autovis\maps\jupiter.tga            @Group Z @Out MAPS\*.*
  429.         @File autovis\maps\lattic1.tga            @Group Z @Out MAPS\*.*
  430.         @File autovis\maps\lattic2.tga            @Group Z @Out MAPS\*.*
  431.         @File autovis\maps\leaf.tga               @Group Z @Out MAPS\*.*
  432.         @File autovis\maps\mum.tga                @Group Z @Out MAPS\*.*
  433.         @File autovis\maps\palmfrnd.tga           @Group Z @Out MAPS\*.*
  434.         @File autovis\maps\pat0003.tga            @Group Z @Out MAPS\*.*
  435.         @File autovis\maps\pat0006.tga            @Group Z @Out MAPS\*.*
  436.         @File autovis\maps\pat0007.tga            @Group Z @Out MAPS\*.*
  437.         @File autovis\maps\pat0016.tga            @Group Z @Out MAPS\*.*
  438.         @File autovis\maps\pat0019.tga            @Group Z @Out MAPS\*.*
  439.         @File autovis\maps\pat0027.tga            @Group Z @Out MAPS\*.*
  440.         @File autovis\maps\pat0035.tga            @Group Z @Out MAPS\*.*
  441.         @File autovis\maps\pat0039.tga            @Group Z @Out MAPS\*.*
  442.         @File autovis\maps\pat0084.tga            @Group Z @Out MAPS\*.*
  443.         @File autovis\maps\pat0094.tga            @Group Z @Out MAPS\*.*
  444.         @File autovis\maps\pat0106.tga            @Group Z @Out MAPS\*.*
  445.         @File autovis\maps\pat0107.tga            @Group Z @Out MAPS\*.*
  446.         @File autovis\maps\pat0110.tga            @Group Z @Out MAPS\*.*
  447.         @File autovis\maps\pat0111.tga            @Group Z @Out MAPS\*.*
  448.         @File autovis\maps\pat0127.tga            @Group Z @Out MAPS\*.*
  449.         @File autovis\maps\pat0134.tga            @Group Z @Out MAPS\*.*
  450.         @File autovis\maps\pat0148.tga            @Group Z @Out MAPS\*.*
  451.         @File autovis\maps\pat0149.tga            @Group Z @Out MAPS\*.*
  452.         @File autovis\maps\pat0150.tga            @Group Z @Out MAPS\*.*
  453.         @File autovis\maps\pat0153.tga            @Group Z @Out MAPS\*.*
  454.         @File autovis\maps\pat0155.tga            @Group Z @Out MAPS\*.*
  455.         @File autovis\maps\pat0158.tga            @Group Z @Out MAPS\*.*
  456.         @File autovis\maps\pinkmarb.tga           @Group Z @Out MAPS\*.*
  457.         @File autovis\maps\refmap.tga             @Group Z @Out MAPS\*.*
  458.         @File autovis\maps\ringopac.tga           @Group Z @Out MAPS\*.*
  459.         @File autovis\maps\ringtex.tga            @Group Z @Out MAPS\*.*
  460.         @File autovis\maps\sand.tga               @Group Z @Out MAPS\*.*
  461.         @File autovis\maps\squig.tga              @Group Z @Out MAPS\*.*
  462.         @File autovis\maps\stereo.tga             @Group Z @Out MAPS\*.*
  463.         @File autovis\maps\stereobp.tga           @Group Z @Out MAPS\*.*
  464.         @File autovis\maps\sunset.tga             @Group Z @Out MAPS\*.*
  465.         @File autovis\maps\teak.tga               @Group Z @Out MAPS\*.*
  466.         @File autovis\maps\tile0003.tga           @Group Z @Out MAPS\*.*
  467.         @File autovis\maps\tile0009.tga           @Group Z @Out MAPS\*.*
  468.         @File autovis\maps\tile0011.tga           @Group Z @Out MAPS\*.*
  469.         @File autovis\maps\tile0016.tga           @Group Z @Out MAPS\*.*
  470.         @File autovis\maps\tile0020.tga           @Group Z @Out MAPS\*.*
  471.         @File autovis\maps\treetrnk.tga           @Group Z @Out MAPS\*.*
  472.         @File autovis\maps\tv.tga                 @Group Z @Out MAPS\*.*
  473.         @File autovis\maps\tv_bmp.tga             @Group Z @Out MAPS\*.*
  474.         @File autovis\maps\usflag.tga             @Group Z @Out MAPS\*.*
  475.         @File autovis\maps\valley_l.tga           @Group Z @Out MAPS\*.*
  476.         @File autovis\maps\whiteash.tga           @Group Z @Out MAPS\*.*
  477.         @File autovis\maps\window1.tga            @Group Z @Out MAPS\*.*
  478.         @File autovis\maps\window2.tga            @Group Z @Out MAPS\*.*
  479.         @File autovis\maps\window3.tga            @Group Z @Out MAPS\*.*
  480.         @File autovis\maps\window4.tga            @Group Z @Out MAPS\*.*
  481.         @File autovis\maps\window5.tga            @Group Z @Out MAPS\*.*
  482.         @File autovis\maps\window6.tga            @Group Z @Out MAPS\*.*
  483.         @File autovis\maps\x29decal.tga           @Group Z @Out MAPS\*.*
  484.         @File autovis\maps\x29decl2.tga           @Group Z @Out MAPS\*.*
  485. @EndDisk
  486.  
  487. @If ('Z' [= @Group)
  488.     @SETBATCHFILE
  489.        @Verbatim "PATH @OutDrive:\\@SUBDIR\\ANIM;%PATH%"
  490.        @Verbatim "SET ACAD=@OutDrive:\\@SUBDIR\\AVDOS;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM;%ACAD%"
  491.        @Verbatim "SET AVEMAPS=@OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL"
  492.        @Verbatim "REM SET RENDERCFG=@OutDrive:\\@SUBDIR\\AVDOS"
  493.     @ENDBATCHFILE
  494. @ENDIF
  495. @If ('A' [= @Group)
  496.     @SETBATCHFILE
  497.        @Verbatim "PATH @OutDrive:\\@SUBDIR\\ANIM;@CDROM:\\AUTOVIS\\ANIM;%PATH%"
  498.        @Verbatim "SET ACAD=@CDROM:\\AUTOVIS\\AVIS_SUP;@OutDrive:\\@SUBDIR\\AVDOS;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM;%ACAD%"
  499.        @Verbatim "SET AVEMAPS=@CDROM:\\AUTOVIS\\MAPS;@CDROM:\\AUTOVIS\\TUTORIAL;@OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL"
  500.        @Verbatim "REM SET RENDERCFG=@OutDrive:\\@SUBDIR\\AVDOS"
  501.     @ENDBATCHFILE
  502. @ENDIF
  503. @Finish
  504.     @If(
  505.     @SYSTEM "echo @StartupDrive:\\AQUAPATS > @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  506.     @SYSTEM "echo @StartupDrive:\\BLDGMATS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  507.     @SYSTEM "echo @StartupDrive:\\BACKGRND >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  508.     @SYSTEM "echo @StartupDrive:\\CLOUDS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  509.     @SYSTEM "echo @StartupDrive:\\MISCPATS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  510.     @SYSTEM "echo @StartupDrive:\\PATTERNS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  511.     @SYSTEM "echo @StartupDrive:\\PRINTS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  512.     @SYSTEM "echo @StartupDrive:\\TILES >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  513.     @SYSTEM "echo @StartupDrive:\\TOPICAL >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  514.     @SYSTEM "echo @StartupDrive:\\WOODS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  515.     @SYSTEM "echo @StartupDrive:\\KETIV >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  516.     @SYSTEM "echo @StartupDrive:\\SCHREIBR >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  517.     @SYSTEM "echo @StartupDrive:\\TEXTUNI >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
  518.     @SYSTEM "echo @StartupDrive:\\MAPS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth"
  519.  == 0 &&
  520.  
  521.     @SYSTEM "echo @DATXMSG(51,"In AutoCAD for Windows use the PREFERENCES command, under Environment") > @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  522.     @SYSTEM "echo @DATXMSG(52,"section, make sure the following directories are on the support path:") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  523.     @SYSTEM "echo.  >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  524.     @SYSTEM "echo @DATXMSG(53,"Support:") @OutDrive:\\@SUBDIR\\AVWIN;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM; >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  525.     @SYSTEM "echo.  >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  526.  
  527.     @SYSTEM "echo @DATXMSG(54,"Under the Render section of the PREFERENCES command make sure") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  528.     @SYSTEM "echo @DATXMSG(55,"the following dirtectories are on the maps path") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  529.     @SYSTEM "echo.  >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
  530.     @SYSTEM "echo @DATXMSG(56,"Map Files Path:") @OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0)
  531.     @EndIf
  532. @EndFinish
  533.  
  534.